home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / dist-packages / apt / __init__.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  634 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import apt_pkg
  5. import sys
  6. import os
  7. from apt.package import Package
  8. from apt.cache import Cache
  9. from apt.progress import OpProgress, FetchProgress, InstallProgress, CdromProgress
  10. from apt.cdrom import Cdrom
  11. from apt_pkg import SizeToStr, TimeToStr, VersionCompare
  12. apt_pkg.init()
  13.